Some more build-system finessing:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Mon, 20 Mar 2006 17:36:35 +0000 (18:36 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Mon, 20 Mar 2006 17:36:35 +0000 (18:36 +0100)
commit2a2926808c0db2dbecb12c8fe533bcbe79e5710b
tree8f5fdc18593ffde12d30d9c442a560ff39279eb6
parentdb3a615c3149f260749e7f711604feefcbbf08c8
Some more build-system finessing:
 1. subdirs-y -> subdir-y (match Linux name, and also obj-y
    is singular so this makes sense).
 2. subdirs can be declared with or without trailing slash
 3. As with Linux, subdirs can be declared in the obj-y list
    but they must be distinguished by a trailing slash

Signed-off-by: Keir Fraser <keir@xensource.com>
xen/Post.mk
xen/arch/x86/Makefile
xen/arch/x86/cpu/Makefile
xen/arch/x86/hvm/Makefile
xen/arch/x86/hvm/svm/Makefile
xen/arch/x86/hvm/vmx/Makefile
xen/drivers/Makefile